Re: [INTERFACES] Re: I am facing a difficult problem..

Поиск
Список
Период
Сортировка
От Ari Halberstadt
Тема Re: [INTERFACES] Re: I am facing a difficult problem..
Дата
Msg-id v04003a00b324eac66ddf@[192.168.1.2]
обсуждение исходный текст
Ответ на Re: [INTERFACES] Re: I am facing a difficult problem..  (Adam Haberlach <haberlaa@ricochet.net>)
Список pgsql-interfaces
I asked recently about a similar problem. PosgreSQL limits rows to 8191
bytes. A solution is to split the data into segments. My application is a
bulletin board and messages can be pretty long. The data are split into
separate rows and are broken on word boundaries to keep the split clean
(and facilitate full-text searching if it were hosted with, say, Oracle
8i). Notice that you are also limited by query length. The code (in Java)
for doing the split turned out to be a bit involved.

>On Mon, Mar 29, 1999 at 06:25:13AM +0000, Constantin Teodorescu wrote:
>    It would depend upon your database.  I'm handling a bug database
>with some rather large text fields.  If someone pastes 8k of text into
>one of them, the INSERT statement will fail for that reason.
>    I would like to know if there is a simple solution to this as well,
>or if it will be addressed in the future.  I do have other options, but
>they entail shuffling a lot of legacy data around.


-- Ari Halberstadt mailto:ari@shore.net <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Chairudin Sentosa
Дата:
Сообщение: Update Postgresql auto from SQL Server 6.5
Следующее
От: ht
Дата:
Сообщение: Help Delphi 2